Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
log1p
log1p
Returns log(1 + number), and can calculate the exact result even when the value of number is close to zero.
Name:
log1p
Category:
math
Programming Language:
php
One-line Description:
Returns log(1+number).
Related
Detailed explanation of the basic usage of parse_url function
7
How to Use the dns_check_record Function to Verify MX Records: A Step-by-Step Guide
2
What should be noted when using session_get_cookie_params and session_set_cookie_params together?
6
gmdate and strtotime deal with date addition and subtraction
7
Similar Functions
sqrt
sqrt
Squareroot
mt_srand
mt_srand
Sowabetterrandomnumb
decoct
decoct
Convertdecimaltoocta
bindec
bindec
Convertbinarytodecim
pi
pi
Getthepivalue
min
min
Findtheminimumvalue
mt_getrandmax
mt_getrandmax
Displaythemaximumpos
log10
log10
Logarithmwithbase10
Popular Articles